libclang-perl software package provides Perl bindings to the Clang compiler's indexing interface, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libclang-perl
libclang-perl is installed in your system.
Make ensure the libclang-perl package were installed using the commands given below,
$ sudo dpkg-query -l | grep libclang-perl *
You will get with libclang-perl package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Perl |
| Package | libclang-perl |
| Version | 0.09-4build1 |
| Description | Perl bindings to the Clang compiler's indexing interface |
| Sub Section | Perl |